}
/**
- * ostree_repo_get_min_free_space:
+ * ostree_repo_get_min_free_space_bytes:
* @self: Repo
* @out_reserved_bytes: (out): Location to store the result
* @error: Return location for a #GError
if (objtype != OSTREE_OBJECT_TYPE_COMMIT)
continue;
- /* commit checksum does not match "starting with", do not add to array */
+ /* commit checksum does not match "starting with", do not add to array */
if (!g_str_has_prefix (buf, commit_starting_with))
continue;
}
*/
gboolean
ostree_repo_load_commit (OstreeRepo *self,
- const char *checksum,
+ const char *checksum,
GVariant **out_variant,
OstreeRepoCommitState *out_state,
GError **error)
/**
* ostree_repo_get_bootloader:
* @self: an #OstreeRepo
- *
+ *
* Get the bootloader configured. See the documentation for the
* "sysroot.bootloader" config key.
- *
+ *
* Returns: bootloader configuration for the sysroot
* Since: 2019.2
*/